<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------清空默认样式----------- */
html, body, div, a, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, blockquote, fieldset { margin:0px; padding:0px; font-family:"微软雅黑","宋体"; font-size:12px;}
img { border:0 none; vertical-align: top;}
ul, ol, li { list-style-type: none; }
body, input, select, button, textarea { font-size: 12px; }
h1, h2, h3, h4, p, span, label, del, a, strong, em, li, dt, dd { white-space:normal; word-wrap:break-word; word-break:break-all; }
table, tr, th, td { border: 0 none;/* border-collapse:collapse; border-spacing:0;*/border-collapse: collapse; }
fieldset { border:0 none; }
button { cursor: pointer; }
i, em, cite, address { font-style: normal; }

a, a:link { text-decoration:none; cursor: pointer; border:0;color:#666666; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:visited {  }
a:hover, a:active { text-decoration: none;color:#666666}
a:focus { outline: none; }
a,input{ blr:expression(this.onFocus=this.blur());border:none; outline: none;
 /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } 

/*去掉苹果默认样式*/
input {
  -webkit-appearance: none; outline:none;
}
textarea,input[type="text"] {  -webkit-appearance: none;border-radius: 0;}  
* {     
  
    -webkit-tap-highlight-color: transparent;  
    -webkit-appearance: none;  outline:none;
}  

</pre></body></html>